home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Freeware / Programare / dspack / DSPACK231.exe / {app} / src / DirectX9 / DirectX.inc < prev    next >
Encoding:
Text File  |  2002-12-10  |  1.3 KB  |  30 lines

  1. {******************************************************************************}
  2. {                                                                              }
  3. { The contents of this file are subject to the Mozilla Public License Version  }
  4. { 1.1 (the "License"); you may not use this file except in compliance with the }
  5. { License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ }
  6. {                                                                              }
  7. { Software distributed under the License is distributed on an "AS IS" basis,   }
  8. { WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for }
  9. { the specific language governing rights and limitations under the License.    }
  10. {                                                                              }
  11. { The Original Code is DirectX.inc.                                            }
  12. {                                                                              }
  13. {******************************************************************************}
  14.  
  15. // Borland compilers support
  16. {$INCLUDE Jedi.inc}
  17.  
  18. {$DEFINE TYPE_IDENTITY}
  19. {$DEFINE SUPPORTS_EXCEPTIONS}
  20.  
  21. // Additional settings
  22. {$MINENUMSIZE 4}
  23. {$ALIGN ON}
  24.  
  25. {$IFDEF COMPILER7_UP}
  26.   {$WARN UNSAFE_CODE OFF}
  27.   {$WARN UNSAFE_TYPE OFF}
  28.   {$WARN UNSAFE_CAST OFF}
  29. {$ENDIF}
  30.